DataSource for Entity Framework for WinForms
IndexedGroup<T> クラス
メンバ 

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Indexing.Search 名前空間 : IndexedGroup<T> クラス
インデックス付きのコレクション内の要素の型。
グループ化を使用する検索操作の結果として得られたグループのコレクションに属する、同じキーを持つ要素のグループを表します。 このクラスには、固有のキータイプを持つ派生クラス IndexedGroup<TKey,T> があります。
オブジェクト モデル
IndexedGroup<T> クラス
シンタックス
'宣言
 
Public MustInherit Class IndexedGroup(Of T) 
   Inherits IndexQuery(Of T)
   Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
public abstract class IndexedGroup<T> : IndexQuery<T>, C1.LiveLinq.Indexing.IIndexedSource<T>  
型パラメータ
T
インデックス付きのコレクション内の要素の型。
継承階層

System.Object
   C1.LiveLinq.Indexing.Search.IndexQuery<T>
      C1.LiveLinq.Indexing.Search.IndexedGroup<T>
         C1.LiveLinq.Indexing.Search.IndexedGroup<TKey,T>

参照

IndexedGroup<T> メンバ
C1.LiveLinq.Indexing.Search 名前空間
GroupingQuery<T> クラス
IndexedGroup<TKey,T> クラス